JOYSTICK SLIDER C

This command will give support for a third slider value.

  Syntax
Return Integer=JOYSTICK SLIDER C()
  Returns

The command will return a value from a third slider

  Example Code
do
cls
print "joystick slider a "+str$(joystick slider a())
print "joystick slider b "+str$(joystick slider b())
print "joystick slider c "+str$(joystick slider c())
print "joystick slider d "+str$(joystick slider d())
loop
end
  See also

INPUT Commands Menu
Index